home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / MiamiSDK / netinclude / proto / usergroup.h < prev   
Encoding:
C/C++ Source or Header  |  1997-12-04  |  200 b   |  10 lines

  1. #ifndef PROTO_USERGROUP_H
  2. #define PROTO_USERGROUP_H 1
  3.  
  4. extern struct Library *UserGroupBase;
  5.  
  6. #include <clib/usergroup_protos.h>
  7. #include <pragmas/usergroup_pragmas.h>
  8.  
  9. #endif /* PROTO_USERGROUP_H */
  10.